Skip to main content

Crate kaish_schema

Crate kaish_schema 

Source
Expand description

kaish-schema: Cap’n Proto type definitions for the 会sh kernel protocol.

This crate provides generated types from schema/kaish.capnp, including:

  • Value types: The core Value union for representing data
  • Kernel protocol: RPC interface for kernel communication
  • State types: Serialization formats for persistence

§Usage

use kaish_schema::kaish_capnp::{Value, ExecResult, Kernel};

Re-exports§

pub use kaish_capnp::*;

Modules§

kaish_capnp